home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 611 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  505 b 

  1. Path: peter.pu.edu.tw!csim49!s8311116
  2. From: s8311116@csim49.pu.edu.tw ()
  3. Newsgroups: comp.lang.c++
  4. Subject: about for loop
  5. Date: 5 Jan 1996 10:46:44 GMT
  6. Organization: Providence University, Taiwan
  7. Message-ID: <4civik$cmg@peter.pu.edu.tw>
  8. NNTP-Posting-Host: 140.128.9.49
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.   if i write this for loop"for(i=0 ; i<=10 ; i++ )
  12.                            cout<< i ;
  13.   the result should be " 12345678910 " or " 0123456789 " ?
  14.   and what is "double linked list " ??
  15.   thanks!
  16.  
  17.